std::basic_ostream::sentry
From Cppreference
< cpp | io | basic ostream
| C++ Standard Library | |||||||||
|---|---|---|---|---|---|---|---|---|---|
| Input/output library | |||||||||
| basic_ostream::sentry | |||||||||
| |||||||||
| Defined in header <ostream>
| ||
| class sentry;
| ||
| This section is incomplete |
[edit] Member functions
| constructs the sentry object. All the preparation tasks are done here (public member function) | |
| checks if the preparation of the stream object was successful (public member function) | |